home *** CD-ROM | disk | FTP | other *** search
/ Nightshift Sound & Vision / Nightshift - Sound & Vision.iso / gfxmanager / docs / pcxtoppm.man < prev    next >
Text File  |  1995-01-23  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      pcxtoppm(1)           AMIGA (9 April 1990)            pcxtoppm(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pcxtoppm - convert a PCX file into a portable pixmap
  10.  
  11.      SYNOPSIS
  12.           pcxtoppm [-stdpalette] [pcxfile]
  13.  
  14.      DESCRIPTION
  15.           Reads a PCX file as input.  Produces a portable pixmap as
  16.           output.  Supported PCX types are:
  17.  
  18.           Colormapped files with 2-16 colors.
  19.                "Packed pixel" format (1, 2 or 4 bits/pixel, 1 plane)
  20.                or bitplane format (1 bit/pixel, 1-4 planes).  The
  21.                program checks the colormap and uses an internal one if
  22.                the provided colormap is completely black.
  23.  
  24.           Colormapped files with 256 colors
  25.                8 bits/pixel, 1 plane, colormap at the end of the file.
  26.  
  27.           24bit truecolor files
  28.                24bit RGB: 8 bits/pixel, 3 planes.
  29.  
  30.           32bit truecolor files
  31.                24bit RGB + 8bit intensity: 8 bits/pixel, 4 planes.
  32.  
  33.      OPTIONS
  34.           -stdpalette
  35.                Enforce the use of the internal colormap for files with
  36.                16 colors or less.
  37.  
  38.      SEE ALSO
  39.           ppmtopcx(1), ppm(5)
  40.  
  41.      AUTHORS
  42.           Copyright (C) 1990 by Michael Davidson.
  43.           Modified 1994 by Ingo Wilken (Ingo.Wilken@informatik.uni-
  44.           oldenburg.de)
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 1/23/95)
  64.  
  65.  
  66.  
  67.